projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af13c86
)
(C_entries): In case '}', set fvdef to fvnone
author
Francesco Potortì
<pot@gnu.org>
Thu, 15 Nov 2007 13:32:27 +0000
(13:32 +0000)
committer
Francesco Potortì
<pot@gnu.org>
Thu, 15 Nov 2007 13:32:27 +0000
(13:32 +0000)
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index 0412137496fe7d0d8c2c455042a660a93960e1de..0edc281e5870295ce00f4ea2d7dad9256e2b0b6f 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-4006,9
+4006,9
@@
C_entries (c_ext, inf)
bracelev = 0;
token.valid = FALSE; /* something gone amiss, token unreliable */
}
- if (bracelev == 0 && fvdef == vignore)
- fvdef = fvnone; /* end of function */
}
+ if (bracelev == 0 && fvdef == vignore)
+ fvdef = fvnone; /* end of function */
popclass_above (bracelev);
structdef = snone;
/* Only if typdef == tinbody is typdefbracelev significant. */